@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'segoeui';
	src: url('../fonts/Whitney-Medium.woff2');
}

@font-face {
	font-family: 'segoeui blod';
	src: url('../fonts/Whitney-Semibold.woff2');
}

html {
	font-size: calc(100vw/19.2)
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'segoeui';
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

.text-primary {
	color: #4A7FF5;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

ol,ul {
	margin: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: inherit;
	margin-bottom: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

p {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
}
.fixed {
	align-self: flex-start;
	position: sticky;
	top: 130px
}
.scale {
	display: block;
	overflow: hidden;
}

.scale img {
	transition: 0.6s all;
}

.scale:hover img {
	transform: scale(1.06);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.navbar-logo {
display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.logo-icon {
	margin-right: 20px;
}

.logo-text {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.logo-line {
	height: 34px;
	width: 1px;
	background-color: #ffffff;
	opacity: 0.5;
	margin: 0 10px;
}

.head .navbar {
	position: fixed;
	top: 0;
	z-index: 3;
	left: 0;
	padding: 0 100px;
	width: 100%;
	justify-content: space-between;
}

.navbar-nav a {
	color: #fff;
}

.language-select {
	position: relative;
	/* width: 124px; */
}

.language-cell {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 3px 0;
}

.language-cell img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.language-title {
	font-size: 16px;
	font-family: 'segoeui blod';
	color: #ffffff;
	line-height: 24px;
}

.language-arrow {
	width: 20px;
	text-align: center;
}

.language-arrow .iconfont {
	font-size: 12px;
}

.language-list {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 4px 0;
	display: none;
	z-index: 9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.language-item {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	text-align: center;
	padding: 0 10px;
}

.language-item img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.language-select:hover .language-list {
	display: block;
}

.navbar-nav {
}

.nav-item .nav-link {
	font-size: 18px;
	line-height: 60px;
	font-weight: 400;
	/*color: #ffffff;*/
	padding: 0 10px !important;
	font-family: 'segoeui blod';
}

.nav-item>.nav-link {
	text-transform: uppercase;
	padding: 30px 0 !important;
}

.nav-link:hover {
	color: #467fbe;
}

.nav-item {
	position: relative;
}

.nav-item .mobile-navbtn::after {
	position: absolute;
	content: "\e662";
	width: 20px;
	height: 20px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%)rotate(360deg);
	font-family: "iconfont";
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
	font-style: normal;
}

.c-style2 .nav-item .mobile-navbtn::after {
	color: #222222;
}

.nav-item .dropdown-menu .mobile-navbtn:after {
	display: none;
}

.nav-item+.nav-item {
	margin-left: 30px;
}

.nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	background-color: rgba(255, 255, 255, 1);
	z-index: 9;
	padding: 10px 0;
	border-radius: 0;
	display: none;
	min-width: max-content;
	margin: 0;
}

.nav-item .dropdown-menu li a {
	display: block;
	color: #000;
	font-family: 'segoeui blod';
	padding: 3px 12px;
	line-height: 2;
	font-size: 14px;
	position: relative;
}

.dropdown-title {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-bottom: 25px;
}

.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler-icon {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.navbar-toggler {
	margin-left: auto;
	margin-right: 30px;
}

.icosearch {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.icosearch .iconfont {
	font-size: 14px;
}

.navbar-right {
	display: flex;
	align-items: center;
	position: relative;
}

.c-switch {
	display: none;
	width: 24px;
	height: 23px;
	cursor: pointer;
	margin-left: 16px;
}

.c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-switch i:nth-child(1) {
	top: 0;
}

.c-switch i:nth-child(3) {
	bottom: 0;
}

.c-switch i:nth-child(2) {
	margin: 6px 0;
}

body.c-open {
	overflow: hidden;
}

body.c-open .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-open .navbar-collapse {
	position: fixed;
	right: 0;
	top: 54px;
	bottom: 0;
	background: #191919;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	transition: all 0.5s;
}

.c-open .btn-msg {
	color: #000;
}

.c-open .navbar-nav {
	background: #191919;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: 0 !important;
}

.c-open .navbar-collapse .bd {
	display: none;
}

.c-open .navbar-collapse .nav-item .dropdown-menu {
	position: relative;
	height: auto;
	top: 0;
	border: 0;
	padding: 0 0 0 5px;
	background-color: transparent;
}

.c-open .navbar-collapse .navbar-right {
	padding-left: 28px;
}

.nav-item:hover .dropdown-menu {
	display: block;
}

.nav-item:hover .dropdown-menu .submen-list li:hover .asideMenu-list {
	display: block;
}

.c-open .nav-item:hover .dropdown-menu .submen-list li:hover .asideMenu-list {
	position: initial;
	background: no-repeat;
}

.c-open .nav-item:hover .dropdown-menu .submen-list li:hover .asideMenu-list li {
	left: 15px;
}

.nav-item .dropdown-menu .submen-list li {
	position: relative;
}

.nav-item .dropdown-menu .submen-list li .s-menu {
	position: absolute;
	left: 100%;
	background: #ffffff;
	width: max-content;
	display: none;
	top: 0;
}

.nav-item:hover .dropdown-menu .submen-list li .asideMenu-list li:hover .s-menu {
	display: block;
}

.c-open .navbar-nav .nav-link {
	font-size: 12px;
	line-height: 24px;
	padding: 0 !important;
}

.c-open .navbar-nav .nav-item {
	margin-left: 0;
	padding: 10px !important;
	position: relative;
}

.c-open .dropdown-title {
	display: none;
}

.c-open .submen-list li a {
	color: #ffffff;
	padding: 3px 0px;
	font-size: 12px;
}

.submen-list li a:hover {
	background-color: rgba(70, 127, 190, 0.2);
}

#c-header.c-style2 .c-switch i,#c-header.c-style .c-switch i {
	background-color: #000;
}

.indexSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 7px;
	opacity: 1;
	margin: 0 5px;
	border: 2px solid #fff;
}

.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
}

.indexSwiper .swiper-pagination {
	bottom: 35px;
}

.indexSwiper .swiper-slide {
	position: relative;
}

.indexSwiper .swiper-slide img {
	width: 100%;
	display: block;
}

.indexSwiper-pagination {
	position: absolute;
	left: 50%;
	height: 40px;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 9;
}

.indexSwiper-pagination .swiper-button-next,
.indexSwiper-pagination .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 20px;
	color: #f08519;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	top: 0;
}

.indexSwiper-pagination .swiper-button-next.swiper-button-disabled,
.indexSwiper-pagination .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.indexSwiper-pagination .swiper-button-next {
	right: 0;
}

.indexSwiper-pagination .swiper-button-prev {
	right: 50px;
	left: unset;
}

.indexSwiper-pagination .swiper-button-next:hover,
.indexSwiper-pagination .swiper-button-prev:hover {
	background-color: #f08519;
	color: #FFFFFF;
}

.section {
	padding: 100px 0;
}

.section-head {
	position: relative;
	margin-bottom: 60px;
}

.section-title {
	font-size: 50px;
	color: #222222;
	line-height: 1;
	font-family: 'segoeui blod';
	margin-bottom: 15px;
}

.section-desc {
	font-size: 18px;
	color: #222222;
	line-height: 1;
}

.section-more {
	font-size: 16px;
	color: #467fbe;
	border: 1px solid #467fbe;
	padding: 0 25px;
	position: absolute;
	right: 0;
	display: block;
	top: 15px;
	border-radius: 25px;
	line-height: 3;
	text-transform: uppercase;
}

.section-more:hover {
	color: #fff;
	background-color: #467fbe;
}

.foot {
	background-color: #467fbe;
	position: relative;
}

.foot-bottom {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 22px 0;
}

.foot-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.foot-Copyright {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}

.foot-Copyright a {
	margin-left: 36px;
	color: #444444;
}

.foot-support a {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	margin-left: 65px;
}

.foot-info p {
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.foot-info p a {
	color: #444444;
}

.foot-logo {
	margin-bottom: 10px;
}

.foot-left {
	width: 350px;
}

.foot-right {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.foot-item__hd {
	font-size: 18px;
	color: #ffffff;
	font-family: 'segoeui blod';
	line-height: 1;
	margin-bottom: 42px;
	text-transform: uppercase;
}

.foot-item__bd li {
	margin-bottom: 12px;
}

.foot-item__bd li a {
	font-size: 16px;
	color: #ffffff;
}

.foot-item__bd li a:hover {
	text-decoration: underline;
}

.foot-more {
	color: #222;
	font-size: 16px;
	margin-top: 24px;
	display: block;
	font-weight: bold;
}

.foot-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-group a {
	display: inline-block;
}

.foot-group a img {
	width: 30px;
	height: 30px;
}

.foot-group a:hover {
	opacity: 0.5;
}

.foot-main {
	padding: 80px 0;
}

.foot-top {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.top-btn {
	font-size: 16px;
	color: #467fbe;
	font-weight: bold;
	background-image: url('../images/uper.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	line-height: 32px;
	width: 222px;
	padding-top: 5px;
}

#c-header.c-style2 .navbar,#c-header.c-style .navbar {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(102, 102, 102, 0.2);
}

.c-open #c-header .navbar {
	background-color: #fff;
}

#c-header.c-style2 .nav-item .nav-link a,#c-header.c-style2 .language-title,#c-header.c-style2 .logo-text,#c-header.c-style2 .nav-item .nav-link a::after {
	color: #222;
}

.asideMenu-list {
	position: absolute;
	left: 100%;
	min-width: max-content;
	top: 0;
	background: #ffffff;
	display: none;
}

#c-header.c-style2 .nav-item .nav-link,#c-header.c-style .nav-item .nav-link,#c-header.c-style .nav-item .nav-link a,#c-header.c-style .language-title,#c-header.c-style .logo-text {
	color: #222;
}

#c-header.c-style2 .nav-item.dropdown .arrow,#c-header.c-style2 .language-arrow {
	border-top-color: #222;
}

#c-header.c-style .nav-item.dropdown .arrow,#c-header.c-style .language-arrow {
	border-top-color: #222;
}

#c-header.c-style2 .icosearch,.c-open #c-header .icosearch {
	background-color: #467fbe;
	color: #FFFFFF;
}

#c-header.c-style .icosearch {
	background-color: #467fbe;
	color: #FFFFFF;
}

.c-open #c-header .nav-item.dropdown .arrow {
	border-top-color: #fff;
}

#c-header.c-style2 .logo-icon img,.navbar-logo .on {
	display: none;
}

#c-header.c-style .logo-icon img,.navbar-logo .on {
	display: none;
}

#c-header.c-style2 .navbar-logo .on {
	display: block;
}

#c-header.c-style .navbar-logo .on {
	display: block;
}

#c-header .navbar-collapse {
	flex-grow: unset;
	margin-left: 30px;
}

#c-header.c-style2 .nav-item .nav-link a:hover,#c-header.c-style2 .nav-item.active .nav-link a,#c-header.c-style2 .nav-item:hover .nav-link,#c-header.c-style2 .nav-item.active .nav-link {
	color: #467fbe;
}

#c-header.c-style .nav-item .nav-link a:hover,#c-header.c-style .nav-item.active .nav-link a {
	color: #467fbe;
}

.index-banner {
	position: relative
}

.top-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000;
	z-index: 100;
	opacity: 0.8;
	display: none;
}

#showopen.navbar {
	z-index: 101;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.video-btn:hover .animated {
	animation: rotateIn 1s;
}

.additional-features {
	position: fixed;
	right: 40px;
	top: 60%;
	z-index: 98;
	box-sizing: border-box;
	border-bottom: 0;
}

.additional-features li {
	padding: 3px 0;
}

.additional-features .additional-icon {
	height: 50px;
	position: relative;
	cursor: pointer;
}

.additional-features .additional-icon img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	position: relative;
}

.additional-features .additional-icon span {
	position: absolute;
	right: -500px;
	opacity: 0;
	display: inline-block;
	line-height: 50px;
	padding-right: 60px;
	font-size: 18px;
	font-family: Arial;
	background-color: #fff;
	padding-left: 25px;
	border-radius: 50px;
	overflow: hidden;
	min-width: 280px;
}

.additional-features .opa-0 {
	display: none;
}

.additional-icon .additional-badge {
	min-width: 24px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #467fbe;
	line-height: 24px;
	position: absolute;
	right: -7px;
	top: -3px;
	border-radius: 12px;
	z-index: 11;
	padding: 0 2px;
}

.search_con2 {
	height: 50px;
	transform: scale3d(0, 0, 0);
	transform-origin: right center;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	width: 500px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
}

.search-input {
	width: 380px;
	position: relative;
}

.search-input .form-control {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	box-shadow: unset;
	padding: 0;
	padding-left: 20px;
}

.search-btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #222222;
	font-weight: bold;
}

.search-btn .iconfont {
	font-size: 20px;
}

.moblie-search-close {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #222;
	line-height: 30px;
}

.moblie-search-close .iconfont {
	font-size: 24px;
}

#showopen .search_con2 {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.navbar-group {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

#showopen .navbar-collapse {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale3d(0, 0, 0);
}

#showopen .navbar-group {
	opacity: 0;
	filter: alpha(opacity=0);
}

.c-open #c-header.c-style2 .nav-item .nav-link {
	color: #fff;
}

.c-open .navbar-collapse .slideTxtBox .hd li a:hover {
	color: #467fbe;
}

.c-open #c-header.c-style2 .nav-item .nav-link:hover {
	color: #467fbe;
}

.foot-email {
	display: flex;
	align-items: center;
	min-width: 240px;
	/* padding: 13px 0 13px 15px; */
	position: relative;
}

.foot-email .form-control {
	font-size: 16px;
	border: 0;
	color: #fff;
	height: 50px;
	padding: 0 15px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 5px 0 0 5px;
	box-shadow: unset;
}

.foot-email .form-control:focus {
	box-shadow: unset;
}

.foot-email .form-control::placeholder {
	color: #fff;
}

.foot-email .arrow-right {
	width: 48px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.foot-email .arrow-right .iconfont {
	color: #467fbe;
}

.foot-letter {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.foot-last {
	margin-bottom: 24px;
}

.nav-item.dropdown .arrow {
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

.c-open #c-header.c-style2 .nav-item .nav-link a {
	color: #ffffff;
}

.nav-item .nav-link {
	padding-right: 30px !important;
}

.language-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	margin-left: 6px;
	margin-top: 3px;
}

.container {
	max-width: 1400px;
	padding: 0;
}
/* 公共 */
.bg-1 {
	background-color: #f8f8f8;
	;
}

.bg-2 {
	background-color: #eff1f7;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.swiper-pagination {
	bottom: -10px;
	width: 100%;
}

.swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin-right: 3px;
}

.swiper-pagination-bullet-active {
	background: #467fbe;
}

.loading-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
	text-align: center;
	top: 0;
	padding-top: 20%;
	display: none;
}

.modal-body {
	width: 100%;
}

.modal-content {
	border-radius: 0;
}

#imgModal .modal-dialog {
	max-width: max-content;
	margin: auto;
}

.com-open>.dropdown-menu {
	display: block !important;
}

.modal-header {
	padding: 15px;
}

.modal-title {
	font-size: 20px;
}

.modal-header .close {
	padding: 0;
	margin: 0;
	font-size: 20px;
	opacity: 1;
}

.modal-header .close span {
	font-size: 30px;
	font-family: '宋体';
}

.modal-body {
	padding: 15px;
	margin: auto;
	text-align: center;
}

.embed-responsive-16by9::before {
	padding-top: 0;
}

#videomodal .modal-dialog {
	max-width: 800px;
}